home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d6 / icp51.arc / VIEW.BAT < prev   
DOS Batch File  |  1991-03-27  |  262b  |  21 lines

  1. @echo off
  2. cls
  3.  
  4. if "%1==" goto hlpinst
  5.  
  6. :loop1
  7. cls
  8. type %1 |more
  9. goto end
  10.  
  11. :hlpinst
  12. cls
  13. echo The correct syntax is "view <file.ext>". For example, type "view 
  14. echo readme.doc" to view the readme.doc file.
  15. echo .
  16. echo VIEWING ABORTED!
  17.  
  18. :end
  19.  
  20.  
  21.